home *** CD-ROM | disk | FTP | other *** search
- /* BT: Mac Tab Override */
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-middle,
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-closebutton,
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-close-button {
- background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-inactive.png");
- }
-
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-left,
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"][chromedir="rtl"] > .tab-image-right {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left-inactive.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"] > .tab-image-right,
- #main-window[btBoom="coolhandnuke"]:not([active="true"]) .tabbrowser-tab[selected="true"][chromedir="rtl"] > .tab-image-left {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right-inactive.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab > .tab-image-right,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab[chromedir="rtl"] > .tab-image-left {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"]) > .tab-image-right,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"])[chromedir="rtl"] > .tab-image-left {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-right-bkgnd.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab > .tab-image-left,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab[chromedir="rtl"] > .tab-image-right {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"]) > .tab-image-left,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"])[chromedir="rtl"] > .tab-image-right {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-left-bkgnd.png") no-repeat;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab > .tab-image-middle,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab > .tab-closebutton {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle.png") repeat-x;
- -moz-box-pack: center;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"]) > .tab-image-middle,
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
- background: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-bkgnd.png");
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab > .tab-close-button {
- background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle.png");
- background-repeat: repeat-x;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab:not([selected="true"]) > .tab-close-button {
- background-image: url("../../skin/coolhandnuke/resources/tabbrowser/mac/tab-middle-bkgnd.png");
- }
-
- /* BC: Tab Text */
- #main-window[btBoom="coolhandnuke"]
- .tab-text-shadow {
- color: #000000;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab {
- color: #DDD !important;
- }
-
- #main-window[btBoom="coolhandnuke"]
- .tabbrowser-tab[selected="true"],
- .tabbrowser-tab:hover {
- color: #FFF !important;
- }
-